CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - genetic algorithm code in matlab

搜索资源列表

  1. knapsack

    0下载:
  2. My code is about Knapsack problem which I have solved it with Genetic algorithm.The code is written in Matlab. I found that no one has uploaded the Matlab code, yet.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1591
    • 提供者:Mina
  1. OneMaxTournament

    0下载:
  2. My code is about well-known OneMax problem. It is written in Matlab and uses genetic algorithm. It uses Tournament selection technique.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2235
    • 提供者:Mina
  1. OneMaxSUS

    0下载:
  2. My code is about well-known OneMax problem. It is written in Matlab and uses genetic algorithm. It uses SUS (Stochastic universal sampling) selection technique.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2245
    • 提供者:Mina
  1. 02MATLAB

    0下载:
  2. 流水线车间生产调度的遗传算法MATLAB源代码 n个任务在流水线上进行m个阶段的加工,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以在相应阶段上的任意一台机器上加工,已知任务各道工序的处理时间,要求确定所有任务的排序以及每一阶段上机器的分配情况,使得调度指标(一般求Makespan)最小-Line workshop production scheduling genetic algorithm M
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:19126
    • 提供者:樊奕
  1. mgasa

    1下载:
  2. 本资源是Mgasa算法解决TSP问题的Matlab代码,资源中包括mgasa_main(Mgasa算法解决TSP问题代码),mgasa_fitness(适应度求取函数代码),mgasa_annealing(Mgasa算法中模拟退火代码),mgasa_select(遗传算法中选择函数代码),mgasa_crossover(遗传算法中染色体交叉互换函数代码),mgasa_mutation(遗传算法中基因突变函数代码),mgasa_change(Mgasa算法中选择过程代码)。同时代码中有Locati
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4352
    • 提供者:lfr
  1. GA-TSP

    0下载:
  2. tsp问题的遗传算法求解代码,应用于matlab平台-Code genetic algorithm to solve TSP problem, applied in the matlab platform
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:30138
    • 提供者:zengyu
  1. benggun_V2.2

    0下载:
  2. 是小学期课程设计的题目,遗传算法无功优化,内含心电信号数据及运用MATLAB写的源代码。- Is the topic of the elementary school stage curriculum design, Genetic algorithm based reactive power optimization, ECG data and includes source code written in MATLAB.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:9146
    • 提供者:崔小民
  1. 56896

    0下载:
  2. The following Matlab project contains the source code and Matlab examples used for optimization with matlab and the genetic algorithm and direct search toolbox. M-files accompanying the Genetic Algorithms & New Optimization Methods in MATLAB webinar.
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:10520
    • 提供者:WessamSayed
  1. fao-tj80

    0下载:
  2. 现代信号处理中谱估计在matlab中的使用,遗传算法无功优化,做视觉测量的上位机代码。- Modern signal processing used in the spectral estimation in matlab, Genetic algorithm based reactive power optimization, Do Vision Measurement PC code.
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:7168
    • 提供者:张艳
  1. ga

    0下载:
  2. MATLAB遗传算法源程序:用遗传算法求解y 200*exp(-0.05*x).*sin(x)在[-2 2]区间上的最大值-MATLAB genetic algorithm source code: using genetic algorithm to solve y 200* exp (-0.05* x).* Sin (x) in the [-2 2] interval on the maximum
  3. 所属分类:matlab

    • 发布日期:2017-12-13
    • 文件大小:3451
    • 提供者:姚攀登
  1. kengsen-V7.2

    0下载:
  2. 遗传算法无功优化,课程设计时编写的matlab程序代码,详细画出了时域和频域的相关图。- Genetic algorithm based reactive power optimization, Course designed to prepare the matlab program code, Correlation diagram shown in detail the time domain and frequency domain.
  3. 所属分类:software engineering

    • 发布日期:2017-12-13
    • 文件大小:6418
    • 提供者:张小
  1. 3438

    0下载:
  2. Genetic algorithm based reactive power optimization, Course designed to prepare the matlab program code, PSS primary synchronization signal in the time domain simulation related.
  3. 所属分类:Java编程

    • 发布日期:
    • 文件大小:5120
    • 提供者:bieniufei
  1. fun

    0下载:
  2. 遗传算法主函数 MATLAB 代码主要部分如下。其中非线性函数的输入输出数据都在 data.mat文件中,input 矩阵为输入数据, output 矩阵为输出数据(The main function of genetic algorithm MATLAB code, the main parts are as follows. The input and output data of the nonlinear function are in the data.mat file, the in
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:风12369874
  1. GA

    2下载:
  2. 十进制、二进制遗传算法以及混合遗传算法matlab源代码(Matlab Code for Genetic Algorithm in Bin and Dec format and Mix Genetic Algorithm with an example. 17 files include functions for mutation, hybird, fitness and so on.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:8192
    • 提供者:T_Y
  1. xcxtt

    0下载:
  2. ECG data and includes source code written in MATLAB, Genetic algorithm based reactive power optimization, IDW inverse distance weighting method.
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:41984
    • 提供者:hengbeituihao
  1. Timetable_of_course

    8下载:
  2. MATLAB中基本遗传算法对于排课问题的源代码。(The source code of the basic genetic algorithm for arranging class problems in MATLAB.)
  3. 所属分类:matlab例程

    • 发布日期:2019-05-04
    • 文件大小:9216
    • 提供者:ssskyfuker
  1. 共享函数小生境遗传算法

    2下载:
  2. 该文件为共享函数小生境遗传算法的matlab程序代码。可以直接复制后在matlab软件中运行。(This file is the matlab program code of the shared function niche genetic algorithm. It can be directly copied and run in MATLAB software.)
  3. 所属分类:文章/文档

    • 发布日期:2019-10-20
    • 文件大小:1024
    • 提供者:aibbPP
  1. 遗传算法实例

    1下载:
  2. 用matlab展现遗传算法的计算过程。例子为求0.711*t1-0.084*(a0*t4*t1/(t2-t1+t3))+0.7*(t4-t3)+0.091*t2+0.162*(a0*t2*t4/(t2-t1+t3))这个看起来很复杂的式子的最小值,各个变量的约束条件在代码里写了出来。(Matlab is used to show the calculation process of genetic algorithm. The example is to find the minimum val
  3. 所属分类:数学计算

    • 发布日期:2019-08-15
    • 文件大小:1024
    • 提供者:AdobeC
« 1 2 3 4 5 6»
搜珍网 www.dssz.com